home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 127 / CD Gamer Issue 127 (October 2003) (Disc 2).ISO / Games / C & C Generals / Data1.cab / _08948BA8C0554499BC7687AA7F3F02B1 next >
Encoding:
Text File  |  2003-07-17  |  2.0 KB  |  27 lines

  1. ;// Language.ini ///
  2. ;// This file contains all declarations that are specific to a language.
  3. ;// for example, this is where we set the unicode font for a language
  4.  
  5. Language
  6.   UnicodeFontName = "Arial Unicode MS"
  7.   MilitaryCaptionSpeed = 1;       ;// the caption speed for the mission location type
  8.   ;LocalFontFile = PLCC____.TTF  ;//When we add our game fonts... this is where we do it.
  9.   CopyrightFont = Courier 12 Yes; //Used to display copyright at start of game
  10.   MessageFont   = Arial 10 Yes; //Used for messages at top of screen.
  11.   MilitaryCaptionTitleFont = "Courier New" 12 Yes ;Mission briefing text in bottom left corner.
  12.   MilitaryCaptionFont = "Courier New" 12 No ;Mission briefing text in bottom left corner.
  13.   SuperweaponCountdownNormalFont = Arial 10 No  ;superweapon countdown in top right
  14.   SuperweaponCountdownReadyFont = Arial 10 Yes  ;superweapon countdown in top right
  15.   NamedTimerCountdownNormalFont = Arial 10 No  ;mission specific timer
  16.   NamedTimerCountdownReadyFont = Arial 10 No  ;mission specific timer
  17.   DrawableCaptionFont = Arial 10 No ;captions over objects like construction percent.
  18.   DefaultWindowFont = "Times New Roman" 14 No; default font used by windows that don't specify font.
  19.   DefaultDisplayStringFont = "Times New Roman" 12 No;  default font used for strings that don't specify font.
  20.   TooltipFontName = Arial 8 No; mouse tooltips
  21.   NativeDebugDisplay = FixedSys 8 No;  used to display frame rate and other debug stats.
  22.   DrawGroupInfoFont = Arial 10 No; used to diplay number of selection group to left of unit health bar.
  23.   CreditsTitleFont = Arial 24 No; used to diplay number of selection group to left of unit health bar.
  24.   CreditsMinorTitleFont = Arial 16 Yes; used to diplay number of selection group to left of unit health bar.
  25.   CreditsNormalFont = Arial 14 No; used to diplay number of selection group to left of unit health bar.
  26.   ResolutionFontAdjustment = 0.7 ; Fonts increase at 70% the rate the resolution increases.
  27. End